home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 43
/
Vol 43.iso
/
games
/
runrun.swf
/
scripts
/
DefineSprite_143
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-07-07
|
278 b
|
20 lines
stop();
_parent.render = true;
if(_parent.jumper._currentframe != 1)
{
_parent.jumper.play();
}
a = false;
this.onEnterFrame = function()
{
if(a == true)
{
nextFrame();
_parent.render = false;
}
else
{
prevFrame();
}
};